hashmap to String array

42

hashmap to String array -

hashMap.values().toArray(new MyObject[0]);

Comments

Submit
0 Comments